| Tag Link | [Email_Parse->Bcc] | Category | |
|---|---|---|---|
| Type | Member | Source Available | Yes |
| Support | Preferred | Version | 8.0 |
| Change | Unchanged | Data Source | Any |
| Output Type | None | Security | None |
| Implementation | LDML | Sets | Lasso 8.5, Lasso 8.0 |
[Email_Parse->Bcc] returns the value for the Bcc header. Note that this header is not defined for incoming email, but may be for outgoing email.
[Var: 'myMSG' = (Email_Parse: $myPOP->(Retrieve))]
[$myMSG->Bcc]
| Optional Parameters | |
|---|---|
| -Join | Optional join value if multiple headers are found. Defaults to a comma and space. Set to Null to supress the automatic join and return an array instead. |
| -SafeEmail | Returns the header with any contained email addresses obscured. |
| -Comment | Returns only comments from the header. |
| -Extract | Strips all comments from the returned header. |
See the Lasso 8 Language Guide for examples of how to use this tag.